home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / DEMON / RISCOS2 / ARCKA9Q1.ARC / ReadMeVCS < prev   
Text File  |  1992-10-28  |  3KB  |  68 lines

  1. KA9Q NNTP
  2. This needs a file to be set up in <TCPIP$Dir> called ABCGroup (ABC is again
  3. the abbreviation used by ReaderS), this file contains the names of the
  4. newsgroups you wish to recieve, one per line or on the same line seperated
  5. by commas or a mix. Wildcards are valid if you want more than one sub-group,
  6. eg comp.sys.acorn* gets you c.s.a itself, c.s.a.announce, c.s.a.advocacy and
  7. c.s.a.tech. Optionally you can also create a file called ABCLast which
  8. contains a date as a six figure number on the first line and a six figure
  9. time on the second line. If this file is missing, the date will default to
  10. the first of the current month, and the time to a second past midnight. The
  11. file will be created and updated each time NNTP finishes.
  12.  
  13. To call NNTP from KA9Q you need first to set up a server, "nntp addserver
  14. domain.name <interval> ABC", so to use news.demon and check every 30 minutes
  15. using the abbreviation Dem, "nntp addserver news.demon.co.uk 1800 Dem". Once
  16. the server has been set up "nntp kick" it and the news should start flowing.
  17. You will find the news in the file "<Mail$Dir>.ABCNews", along with a list
  18. of any new groups which have appeared since your last call. 
  19.  
  20. At the moment the same date and time is used for every group, so you will
  21. only get new news from a new group starting from your last download. There
  22. is also no checking for cross-posted duplicates but it is better than
  23. nothing! :-)
  24.  
  25. Plots for the future include using ReaderSs areas file for the newsgroups
  26. list, and if I can ever get round to the next stage re-write direct saving
  27. of messages to the database.
  28.  
  29.  
  30. HANGING UP AFTER A CALL
  31. I've added a new command to the TCP section of the code, "TCP HANGUP <check>
  32. <after>" so that every <check> seconds the TCP connections are scanned for
  33. open states. If <after> consecutive checks come up clear the DTR line will
  34. be toggled for a second which on my modem causes the line to hang up. *DON'T
  35. RELY ON THIS* Any state apart from "Closed", "Listen", "SYN Sent" or "SYN
  36. recieved" is take to mean the connection is open, this includes all the
  37. various wait states.
  38.  
  39. eg To check the line every ten seconds, and hangup after three clear checks
  40. (ie thirty seconds) issue the command "tcp hangup 10 3". To stop checking
  41. set <after> to zero, eg "tcp hangup 10 0"
  42.  
  43.  
  44. COMMAND WINDOW GRABBING THE CARET
  45. It doesn't! I (and Paul Allen, and probably others!) got fed up with the
  46. command window getting the caret every time something was written to it. It
  47. now doesn't unless it had it in the first place.
  48.  
  49.           Anthony
  50.  
  51.  
  52. ReaderS Demon Module
  53. This requires a file in <Readback$Dir> called ABCXtra where ABC is the
  54. abbreviation you use for the system. This must contain four items, these
  55. being your domain, your user name, your real name and the news posting
  56. gateway. Optionally, it may also contain an organization name. The items are
  57. arranged in the form <item> <text>. My file is set up as...
  58.  
  59. ---------------------
  60. Domain kernow.demon.co.uk
  61. User vulch
  62. real_name Anthony Frost
  63. gateway news.demon.co.uk
  64. organization VCS Kernow
  65. ---------------------
  66.  
  67. The order is not important, nor is the case of the item name.
  68.